This is FileIconView.h in view mode; [Download] [Up]
#import <sys/param.h> #import <appkit/View.h> @interface FileIconView:View { id iconImage; BOOL showFile,isFile; char filename[MAXPATHLEN]; } /* instance methods */ - initFrame:(NXRect *)frameRect; - (BOOL)acceptsFirstMouse; - takeIconFromFile:(char *)fullpath; - clear; - drawSelf:(NXRect *)rects :(int)rectCount; - mouseDown:(NXEvent *)theEvent; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.